home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo.
- echo.
- echo This will print out the readme.txt file for Talking Letters & Numbers.
- echo.
- echo.
- echo (If you don't want to print out the manual right now, please
- echo press and hold down the Ctrl key and press c. Then press y.)
- echo.
- echo.
- echo Otherwise, please turn your printer on and on-line.
- echo.
- pause
- type readme.txt > lpt1
- echo.
- echo You may need to press page eject on your printer to finish.
-
-